Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NamedObjectCollection<T> Class / NamedObjectCollection<T> Constructor / NamedObjectCollection<T> Constructor()


In This Topic
    NamedObjectCollection<T> Constructor()
    In This Topic
    Initializes a new instance of the NamedObjectCollection<T> class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New NamedObjectCollection(Of T)()
    public NamedObjectCollection<T>()
    See Also